Skip to main content

Update Account

AutomatR.Zoho.Activities.UpdateAccount

The "Update Account" activity in AutomatR is part of the Zoho CRM activities package, facilitating the automation of updating existing accounts within Zoho CRM. This activity allows you to modify various attributes of an account, enhancing the flexibility of your automation workflows.

Properties

NameDescription
Input
Account IDSpecifies the unique identifier of the account to be updated. String variables containing the account ID.
Account NameSpecifies the new name for the account. String variables containing the updated account name.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
Account SiteSpecifies the updated account site information. String variables containing the updated account site details.
Parent AccountSpecifies the ID of the parent account, if applicable. String variables containing the updated parent account ID.
Account NumberSpecifies the updated account number. Integer variables containing the updated account number.
Annual RevenueSpecifies the updated annual revenue for the account. Integer variables containing the updated annual revenue.
DescriptionSpecifies the updated description for the account. String variables containing the updated account description.
PhoneSpecifies the updated phone number for the account. String variables containing the updated phone number.
FaxSpecifies the updated fax number for the account. String variables containing the updated fax number.
WebsiteSpecifies the updated website URL for the account. String variables containing the updated website URL.
Ticker SymbolSpecifies the updated ticker symbol for the account. String variables containing the updated ticker symbol.
EmployeesSpecifies the updated number of employees for the account. String variables containing the updated number of employees.
SIC CodeSpecifies the updated Standard Industrial Classification (SIC) code for the account. String variables containing the updated SIC code.
Billing StreetSpecifies the updated billing street address for the account. String variables containing the updated billing street address.
Billing CitySpecifies the updated billing city for the account. String variables containing the updated billing city.
Billing StateSpecifies the updated billing state for the account. String variables containing the updated billing state.
Billing CodeSpecifies the updated billing code for the account. String variables containing the updated billing code.
Billing CountrySpecifies the updated billing country for the account. String variables containing the updated billing country.
Shipping StreetSpecifies the updated shipping street address for the account. String variables containing the updated shipping street address.
Shipping CitySpecifies the updated shipping city for the account. String variables containing the updated shipping city.
Shipping StateSpecifies the updated shipping state for the account. String variables containing the updated shipping state.
Shipping CodeSpecifies the updated shipping code for the account. String variables containing the updated shipping code.
Shipping CountrySpecifies the updated shipping country for the account. String variables containing the updated shipping country.
Account TypeSpecifies the updated account type. Choose from available options.
IndustrySpecifies the updated industry for the account. Choose from available options.
RatingSpecifies the updated rating for the account. Choose from available options.
OwnershipSpecifies the updated ownership type for the account. Choose from available options.
DelayEnter the wait time in seconds (Example: 5 seconds, i.e., 5) to start the activity.
Output
ResultOutputs the updated account ID if the update operation is successful. String variables containing the updated account ID.

How to use:

  1. Drag and drop the "Update Account" activity onto the workflow.
  2. Configure the properties by providing the necessary input, optional, and output details.
  3. Optionally, set a delay to wait before executing the "Update Account" activity.
  4. Execute the workflow to update the specified account in Zoho CRM.

Example: Consider an example where the "Update Account" activity is used to modify the details of an existing account:

Update Account:
Account ID: "12345"
Account Name: "Updated Company XYZ"
Annual Revenue: 500000
Phone: "+123456789"
Result: updatedAccountID

In this example, the activity updates the account with the ID "12345," changing the account name to "Updated Company XYZ," annual revenue to 500,000, and phone number to "+123456789." The updated account ID is stored in the variable "updatedAccountID" for further use in the workflow.